onEdgeTouched

open fun onEdgeTouched(edgeFlags: Int, pointerId: Int)(source)

Called when one of the subscribed edges in the parent view has been touched by the user while no child view is currently captured.

Parameters

edgeFlags

A combination of edge flags describing the edge(s) currently touched

pointerId

ID of the pointer touching the described edge(s)

See also